<html>
<head>
<title>$CAT_NAME$ <?if($SECTION_NAME$)?>- $SECTION_NAME$<?endif?> - $MODULE_NAME$ - $SITE_NAME$</title>
<link type="text/css" rel="StyleSheet" href="/_st/my.css" /> 
</head>
<body>
<script type="text/javascript">
 $(document).ready(function () { 
 $('.bg_img').hover(function () {
 $(this).stop().animate({opacity: 0.7}, 'normal');
 }, function () {
 $(this).stop().animate({opacity: 1}, 'normal');
 });
 //Picture fade plus
 $(' .yvel a').addClass('fadehide').hide();
 $(' .yvel').hover(function() {
 $(this).find('a.fadehide').stop().fadeIn('slow');
 }, function() {
 $(this).find('a.fadehide').stop().fadeOut('slow');
 });
 //Paginator
 $(".next, .prew").parent().parent().css("padding","0");
 $(".prew, .next").parent().css("padding","0");
 });
</script> 
<div id="container">

$GLOBAL_AHEADER$

<div class="container_tbg"></div> 
<div class="container_cbg">
<div class="side_left">
$GLOBAL_CLEFTER$
</div>
<div class="side_center">
<!-- <body> --><table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="80%"><a href="$HOME_PAGE_LINK$"><!--<s5176>--><!--</s>--></a> &raquo; <a href="$MODULE_URL$"><!--<s5182>--><!--</s>--></a> <?if($SECTION_NAME$)?>&raquo; <a href="$SECTION_URL$">$SECTION_NAME$</a><?endif?> &raquo; $CAT_NAME$</td>
<td align="right" style="white-space: nowrap;"><?if($ADD_ENTRY_LINK$)?>[ <a href="$ADD_ENTRY_LINK$"><!--<s5186>--> <!--</s>--></a> ]<?endif?></td>
</tr>
</table>
<hr />
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="60%"><!--<s5222>-->  <!--</s>-->: <b>$NUM_ENTRIES$</b><?if($NUM_SHOWN$)?><br /><!--<s5220>--> <!--</s>-->: <b>$NUM_SHOWN$</b><?endif?></td>
<td align="right"><?if($PAGE_SELECTOR$)?><!--<s3015>--><!--</s>-->: $PAGE_SELECTOR$<?endif?></td>
</tr>
</table>
<hr />
<?if($SORTING_MENU$)?><!--<s5221>--> <!--</s>-->: $SORTING_MENU$<hr /><?endif?>
<div class="link">$BODY$</div>
<div class="catPages1" style="text-align:center; clear:both;"><span class="pagesBlockuz2">$PAGE_SELECTOR1$ </span></div><!-- </body> -->
</div><div class="clear"></div></div><div class="container_bbg"></div> 

$GLOBAL_BFOOTER$

</div>
</body>
</html>